home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / Drawing / IdleScript Anime-2 / README.IdleScript Anime < prev   
Encoding:
Text File  |  1994-02-28  |  676 b   |  15 lines  |  [TEXT/R*ch]

  1. Copyright © 1993-94 Apple Computer, Inc. All rights reserved.
  2.  
  3. NTK 1.0
  4.  
  5. IdleScript Anime 1.0 by Todd Courtois
  6.  
  7. This app contains four similar clViews which execute simple animation in their idleScripts.  
  8. This app uses the :Dirty(); RefreshViews()  method to cause redrawing.  Actual drawing 
  9. is done in viewDrawScripts.
  10.  
  11. App also includes a protoIconButton which has a picture of the glorious JR "Bob" Dobbs. 
  12. The user will note that when the keyPressedScript of this button is activated, all drawing
  13. in the four clViews ceases.  This is an issue to consider if you are writing, for instance,
  14.  a game, where sound tasks and drawing tasks might compete heavily for CPU time. 
  15.